tooltip: Remove unused assignment
authorTimm Bäder <mail@baedert.org>
Mon, 20 Mar 2017 14:36:05 +0000 (15:36 +0100)
committerTimm Bäder <mail@baedert.org>
Mon, 20 Mar 2017 14:36:05 +0000 (15:36 +0100)
commit14a864c8b55dfe92f8957499f12a3f9303188a12
treeb8b8e227b586df61b8d81fa47712055b89367b3a
parenta3bada37fbefd84738622713ccd542a27de46b24
tooltip: Remove unused assignment

hide_tooltip  gets overriden in any case 2 lines down, and return_value
isn't used later in that function. The second assignment was introduced
in ef1da5f6c2450fc5f7c7de4a17114cc7507a41ad, directly below the first
assignment.
gtk/gtktooltip.c